Skip to content

Commit bdfb7c9

Browse files
authored
Katest Gradle + Dependencies (#68)
1 parent efc62ec commit bdfb7c9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ asciidoctorPlugin = "3.3.2"
33
assertj = "3.24.2"
44
commons-io = "2.11.0"
55
commons-lang3 = "3.12.0"
6-
dependencyCheck = "8.0.2"
6+
dependencyCheck = "8.1.2"
77
guava = "31.1-jre"
88
javapoet = "1.13.0"
99
jsr250 = "1.0"
1010
jupiter = "5.9.2"
1111
mapstruct = "1.4.0.Final"
12-
mockito = "5.1.1"
12+
mockito = "5.2.0"
1313
spring = "5.0.0.RELEASE"
1414
springBoot = "2.7.7"
1515
springDependencyManagement = "1.1.0"
16-
versionsPlugin = "0.45.0"
16+
versionsPlugin = "0.46.0"
1717

1818
[libraries]
1919
assertj = { group = "org.assertj", name = "assertj-core", version.ref = "assertj"}

gradle/wrapper/gradle-wrapper.jar

34 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
144144
case $MAX_FD in #(
145145
max*)
146146
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
147-
# shellcheck disable=SC3045
147+
# shellcheck disable=SC3045
148148
MAX_FD=$( ulimit -H -n ) ||
149149
warn "Could not query maximum file descriptor limit"
150150
esac
151151
case $MAX_FD in #(
152152
'' | soft) :;; #(
153153
*)
154154
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
155-
# shellcheck disable=SC3045
155+
# shellcheck disable=SC3045
156156
ulimit -n "$MAX_FD" ||
157157
warn "Could not set maximum file descriptor limit to $MAX_FD"
158158
esac

0 commit comments

Comments
 (0)