We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40dd97e commit 09853f7Copy full SHA for 09853f7
2 files changed
RELEASE-NOTES.md
@@ -1,3 +1,7 @@
1
+## 3.0-RC2
2
+
3
+* #142 Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
4
5
## 3.0-RC1
6
7
* #136 Upgrade HikariCP to 6.2.1
pom.xml
@@ -42,7 +42,7 @@
42
<postgresql.version>42.7.4</postgresql.version>
43
<mysql.version>9.2.0</mysql.version>
44
<liquibase.version>4.30.0</liquibase.version>
45
- <commons.lang.version>3.17.0</commons.lang.version>
+ <commons.lang.version>3.18.0</commons.lang.version>
46
<jaxb.version>2.3.1</jaxb.version>
47
<hikaricp.version>6.2.1</hikaricp.version>
48
</properties>
0 commit comments