Skip to content

Commit 47d8fe8

Browse files
committed
Upgrade to Interceptor API 1.2.2, Moneta 1.3, Rome 1.11
1 parent fac2e35 commit 47d8fe8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

spring-context/spring-context.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
optional("javax.ejb:javax.ejb-api:3.2")
1313
optional("javax.enterprise.concurrent:javax.enterprise.concurrent-api:1.0")
1414
optional("javax.inject:javax.inject:1")
15-
optional("javax.interceptor:javax.interceptor-api:1.2.1")
15+
optional("javax.interceptor:javax.interceptor-api:1.2.2")
1616
optional("javax.money:money-api:1.0.3")
1717
optional("javax.validation:validation-api:1.1.0.Final")
1818
optional("javax.xml.ws:jaxws-api:2.3.0")
@@ -30,5 +30,5 @@ dependencies {
3030
testCompile("javax.inject:javax.inject-tck:1")
3131
testRuntime("javax.xml.bind:jaxb-api:2.3.0")
3232
testRuntime("org.glassfish:javax.el:3.0.1-b08")
33-
testRuntime("org.javamoney:moneta:1.2.1")
33+
testRuntime("org.javamoney:moneta:1.3")
3434
}

spring-test/spring-test.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
testCompile("javax.annotation:javax.annotation-api:1.3.2")
5858
testCompile("javax.cache:cache-api:1.1.0")
5959
testCompile("javax.ejb:javax.ejb-api:3.2")
60-
testCompile("javax.interceptor:javax.interceptor-api:1.2.1")
60+
testCompile("javax.interceptor:javax.interceptor-api:1.2.2")
6161
testCompile("javax.mail:javax.mail-api:1.6.1")
6262
testCompile("org.hibernate:hibernate-core:5.2.17.Final")
6363
testCompile("org.hibernate:hibernate-validator:6.0.11.Final")
@@ -66,7 +66,7 @@ dependencies {
6666
testCompile("org.junit.jupiter:junit-jupiter-params:${junitJupiterVersion}")
6767
testCompile("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}")
6868
testCompile("com.thoughtworks.xstream:xstream:1.4.10")
69-
testCompile("com.rometools:rome:1.10.0")
69+
testCompile("com.rometools:rome:1.11.0")
7070
testCompile("org.apache.tiles:tiles-api:${tiles3Version}")
7171
testCompile("org.apache.tiles:tiles-core:${tiles3Version}", withoutJclOverSlf4J)
7272
testCompile("org.apache.tiles:tiles-servlet:${tiles3Version}", withoutJclOverSlf4J)

spring-tx/spring-tx.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
optional(project(":spring-aop"))
77
optional(project(":spring-context")) // for JCA, @EnableTransactionManagement
88
optional("javax.ejb:javax.ejb-api:3.2")
9-
optional("javax.interceptor:javax.interceptor-api:1.2.1")
9+
optional("javax.interceptor:javax.interceptor-api:1.2.2")
1010
optional("javax.resource:javax.resource-api:1.7.1")
1111
optional("javax.transaction:javax.transaction-api:1.3")
1212
optional("com.ibm.websphere:uow:6.0.2.17")

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
optional("com.google.code.gson:gson:2.8.5")
5858
optional("com.google.protobuf:protobuf-java-util:3.6.0")
5959
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
60-
optional("com.rometools:rome:1.10.0")
60+
optional("com.rometools:rome:1.11.0")
6161
optional("com.caucho:hessian:4.0.51")
6262
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
6363
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")

0 commit comments

Comments
 (0)