diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index fadc7a521..3f751c0e0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,6 @@ +## 3.25.1 +* Ensure thread will have name at the logs, behavior changed since `3.25.0` #436. + ## 3.25.0 * Optimize resource utilization by using Java Virtual Threads #436. diff --git a/build.gradle b/build.gradle index 969906dd9..4e4d81264 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation('com.mageddo.commons:commons-lang:0.1.16') implementation('org.apache.commons:commons-exec:1.3') - implementation('ch.qos.logback:logback-classic:1.4.5') + implementation('ch.qos.logback:logback-classic:1.5.6') implementation('net.java.dev.jna:jna:5.13.0') implementation('dnsjava:dnsjava:3.5.2') implementation('org.apache.commons:commons-compress:1.22') diff --git a/gradle.properties b/gradle.properties index c2c4b701d..fe1fadaa2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=3.25.0-snapshot +version=3.25.1-snapshot