Skip to content

Commit 1c0de6e

Browse files
committed
Fix snapshot dependencies
1 parent 65ebeb0 commit 1c0de6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

http/itest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<properties>
3434
<felix.java.version>11</felix.java.version>
3535
<http.servlet.api.version>6.1.0</http.servlet.api.version>
36-
<http.jetty.version>5.1.33-SNAPSHOT</http.jetty.version>
36+
<http.jetty.version>5.1.35-SNAPSHOT</http.jetty.version>
3737
<http.jetty.id>org.apache.felix.http.jetty</http.jetty.id>
3838
<pax.exam.version>4.13.3</pax.exam.version>
3939
<pax.url.aether.version>2.6.14</pax.url.aether.version>
@@ -45,7 +45,7 @@
4545
<properties>
4646
<felix.java.version>17</felix.java.version>
4747
<http.servlet.api.version>6.1.0</http.servlet.api.version>
48-
<http.jetty.version>1.0.29-SNAPSHOT</http.jetty.version>
48+
<http.jetty.version>1.0.35-SNAPSHOT</http.jetty.version>
4949
<http.jetty.id>org.apache.felix.http.jetty12</http.jetty.id>
5050
</properties>
5151
</profile>

http/jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
<dependency>
500500
<groupId>org.apache.felix</groupId>
501501
<artifactId>org.apache.felix.http.base</artifactId>
502-
<version>5.1.15-SNAPSHOT</version>
502+
<version>5.1.14</version>
503503
</dependency>
504504
<dependency>
505505
<groupId>org.apache.felix</groupId>

0 commit comments

Comments
 (0)