Skip to content

Commit 6639222

Browse files
committed
revert Derby update (should have read the comment)
1 parent 9b26dd3 commit 6639222

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

settings.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ dependencyResolutionManagement {
180180

181181
def assertjVersion = version "assertj", "3.26.3"
182182
def bytemanVersion = version "byteman", "4.0.23"
183-
def jbossJtaVersion = version "jbossJta", "7.0.0.Final"
183+
def jbossJtaVersion = version "jbossJta", "7.1.0.Final"
184184
def jbossTxSpiVersion = version "jbossTxSpi", "8.0.0.Final"
185185
def log4jVersion = version "log4j", "2.24.2"
186186
def mockitoVersion = version "mockito", "5.14.2"
187187
//Compatible with JDK20
188188
def shrinkwrapVersion = version "shrinkwrap", "1.2.6"
189189
def shrinkwrapDescriptorsVersion = version "shrinkwrapDescriptors", "2.0.0"
190-
def weldVersion = version "weld", "4.0.1.SP1"
191-
def wildFlyTxnClientVersion = version "wildFlyTxnClient", "2.0.0.Final"
190+
def weldVersion = version "weld", "5.1.3.Final"
191+
def wildFlyTxnClientVersion = version "wildFlyTxnClient", "3.0.5.Final"
192192
def xapoolVersion = version "xapool", "1.5.0"
193193

194194
def jfrUnitVersion = version "jfrUnit", "1.0.0.Alpha2"
@@ -220,7 +220,7 @@ dependencyResolutionManagement {
220220
library( "xapool", "com.experlog", "xapool" ).versionRef( xapoolVersion )
221221
library( "jbossJta", "org.jboss.narayana.jta", "narayana-jta" ).versionRef( jbossJtaVersion )
222222
library( "jbossTxSpi", "org.jboss", "jboss-transaction-spi" ).versionRef( jbossTxSpiVersion )
223-
library( "wildFlyTxnClient", "org.wildfly.transaction", "wildfly-transaction-client-jakarta" ).versionRef( wildFlyTxnClientVersion )
223+
library( "wildFlyTxnClient", "org.wildfly.transaction", "wildfly-transaction-client" ).versionRef( wildFlyTxnClientVersion )
224224

225225
library( "weld", "org.jboss.weld.se", "weld-se-shaded" ).versionRef( weldVersion )
226226

@@ -231,7 +231,7 @@ dependencyResolutionManagement {
231231

232232
def db2Version = version "db2", "11.5.9.0"
233233
// Latest Derby version 10.16.1.1 only supports JDK 17+, but 10.15.2 should be compatible
234-
def derbyVersion = version "derby", overrideableVersion( "gradle.libs.versions.derby", "10.17.1.0" )
234+
def derbyVersion = version "derby", overrideableVersion( "gradle.libs.versions.derby", "10.15.2.0" )
235235
def firebirdVersion = version "firebird", "4.0.8.java11"
236236
def hanaVersion = version "hana", "2.22.12"
237237
def h2gisVersion = version "h2gis", overrideableVersion( "gradle.libs.versions.h2gis", "2.2.3" )

0 commit comments

Comments
 (0)