Skip to content

Commit

Permalink
Update dependencies (#889)
Browse files Browse the repository at this point in the history
- Apache MINA 2.10.0 -> 2.11.0
- Armeria 1.25.2 -> 1.26.0
- Guava 32.1.2-jre -> 32.1.3-jre
- Jackson 2.15.2 -> 2.15.3
- Jgit
  - 5.13.0.202109080827-r -> 5.13.2.202306221912-r
  - 6.6.0.202305301015-r -> 6.7.0.202309050840-r
- Micrometer 1.11.3 -> 1.11.5
- Spring Boot
  - 2.7.12 -> 2.7.16
  - 3.1.2 -> 3.1.4
- Build and Test
  - Docker plugin 9.3.2 -> 9.3.5
  - Download plugin 9.3.2 -> 9.3.5
  - Gradle 8.1.1 -> 8.4
  - Node plugin 7.0.0 -> 7.0.1
  • Loading branch information
minwoox authored Oct 30, 2023
1 parent 027f32e commit 03163ed
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
24 changes: 12 additions & 12 deletions dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# If its classes are exposed in Javadoc, update offline links as well.
#
[versions]
armeria = "1.25.2"
armeria = "1.26.1"
assertj = "3.24.2"
awaitility = "4.2.0"
bouncycastle = "1.76"
Expand All @@ -13,26 +13,26 @@ curator = "5.5.0"
# Do not upgrade cron-utils until there's another CVE or Armeria's SLF4J and Logback are upgraded.
cron-utils = "9.2.0"
diffutils = "1.3.0"
docker = "9.3.2"
download = "5.4.0"
docker = "9.3.5"
download = "5.5.0"
eddsa = "0.3.0"
findbugs = "3.0.2"
futures-completable = "0.3.5"
guava = "32.1.2-jre"
guava = "32.1.3-jre"
guava-failureaccess = "1.0.1"
hamcrest-library = "2.2"
hibernate-validator6 = "6.2.5.Final"
hibernate-validator8 = "8.0.1.Final"
jackson = "2.15.2"
jackson = "2.15.3"
javassist = "3.29.2-GA"
javax-annotation = "1.3.2"
javax-inject = "1"
javax-validation = "2.0.1.Final"
jcommander = "1.82"
jetty-alpn-api = "1.1.3.v20160715"
jetty-alpn-agent = "2.0.10"
jgit = "5.13.0.202109080827-r"
jgit6 = "6.6.0.202305301015-r"
jgit = "5.13.2.202306221912-r"
jgit6 = "6.7.0.202309050840-r"
junit4 = "4.13.2"
junit5 = "5.10.0"
jsch = "0.1.55"
Expand All @@ -42,11 +42,11 @@ jmh-core = "1.37"
jmh-gradle-plugin = "0.7.1"
jxr = "0.2.1"
logback = "1.2.12"
micrometer = "1.11.3"
mina-sshd = "2.10.0"
micrometer = "1.11.5"
mina-sshd = "2.11.0"
mockito = "4.11.0"
nexus-publish-plugin = "1.3.0"
node-gradle-plugin = "7.0.0"
node-gradle-plugin = "7.0.1"
osdetector = "1.7.3"
proguard = "7.3.1"
quartz = "2.3.2"
Expand All @@ -57,8 +57,8 @@ slf4j = "1.7.36"
# See: https://github.com/apache/curator/blob/master/pom.xml
snappy = "1.1.10.1"
sphinx = "2.10.1"
spring-boot2 = "2.7.12"
spring-boot3 = "3.1.2"
spring-boot2 = "2.7.16"
spring-boot3 = "3.1.4"
spring-test-junit5 = "1.5.0"
thrift09 = { strictly = "0.9.3-1" }
zookeeper = "3.7.1"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
11 changes: 6 additions & 5 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ done
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit

# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum

Expand Down Expand Up @@ -144,15 +141,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
case $MAX_FD in #(
max*)
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045
# shellcheck disable=SC3045
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
case $MAX_FD in #(
'' | soft) :;; #(
*)
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
# shellcheck disable=SC3045
# shellcheck disable=SC3045
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac
Expand Down Expand Up @@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then
done
fi


# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'

# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
# shell script including quotes and variable substitutions, so put them in
Expand Down

0 comments on commit 03163ed

Please sign in to comment.