Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mostroverkhov committed Dec 23, 2023
1 parent 3a90dfc commit 081231d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ gitPluginVersion=0.13.0
osDetectorPluginVersion=1.7.3
versionsPluginVersion=0.45.0

nettyVersion=4.1.101.Final
nettyVersion=4.1.104.Final
slf4jVersion=1.7.36
logbackVersion=1.2.12
logbackVersion=1.2.13

junitVersion=5.10.1
assertjVersion=3.24.2
Expand Down
18 changes: 9 additions & 9 deletions netty-vmsocket/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.12=testRuntimeClasspath
ch.qos.logback:logback-core:1.2.12=testRuntimeClasspath
ch.qos.logback:logback-classic:1.2.13=testRuntimeClasspath
ch.qos.logback:logback-core:1.2.13=testRuntimeClasspath
com.google.code.findbugs:jsr305:1.3.9=googleJavaFormat1.6
com.google.errorprone:error_prone_annotations:2.0.18=googleJavaFormat1.6
com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
com.google.guava:guava:22.0=googleJavaFormat1.6
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
io.netty:netty-buffer:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-common:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-classes-epoll:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-native-epoll:4.1.101.Final=testRuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-buffer:4.1.104.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-common:4.1.104.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-resolver:4.1.104.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-classes-epoll:4.1.104.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport-native-epoll:4.1.104.Final=testRuntimeClasspath
io.netty:netty-transport-native-unix-common:4.1.104.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
io.netty:netty-transport:4.1.104.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath
Expand Down

0 comments on commit 081231d

Please sign in to comment.