File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ rootProject.name="Pledger"
3
3
pluginManagement {
4
4
plugins {
5
5
id(" java" )
6
- id(" io.micronaut.library" ).version(" 4.5.1 " )
7
- id(" io.micronaut.application" ).version(" 4.5.1 " )
6
+ id(" io.micronaut.library" ).version(" 4.5.3 " )
7
+ id(" io.micronaut.application" ).version(" 4.5.3 " )
8
8
id(" io.freefair.lombok" ).version(" 8.13.1" )
9
9
id(" org.sonarqube" ).version(" 6.2.0.5505" )
10
10
id(" org.openapi.generator" ).version(" 7.13.0" )
@@ -29,7 +29,7 @@ dependencyResolutionManagement {
29
29
library(" bouncy" , " org.bouncycastle" , " bcprov-jdk18on" ).version(" 1.80" )
30
30
library(" bcpkix" , " org.bouncycastle" , " bcpkix-jdk18on" ).version(" 1.80" )
31
31
library(" bcrypt" , " at.favre.lib" , " bcrypt" ).version(" 0.10.2" )
32
- library(" csv" , " com.opencsv" , " opencsv" ).version(" 5.11" )
32
+ library(" csv" , " com.opencsv" , " opencsv" ).version(" 5.11.1 " )
33
33
34
34
// testing dependencies
35
35
version(" junit.version" , " 5.13.0" )
You can’t perform that action at this time.
0 commit comments