We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6e555 commit 2c98b54Copy full SHA for 2c98b54
1 file changed
integration/pom.xml
@@ -10,11 +10,14 @@
10
<properties>
11
<jruby.plugins.version>3.0.6</jruby.plugins.version>
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
- <jruby.version>${jruby.version}</jruby.version>
14
- <warbler.version>2.0.4</warbler.version>
15
- <bundler.version>${bundler.version}</bundler.version>
16
<gem.home>${basedir}/../../pkg/rubygems</gem.home>
17
<gem.path>${basedir}/../../pkg/rubygems</gem.path>
+
+ <!-- Default versions, overridden from parent when running tests acros env -->
+ <warbler.version>2.0.5</warbler.version>
18
+ <jruby.version>9.4.14.0</jruby.version>
19
+ <bundler.version>2.6.3</bundler.version>
20
+ <jetty.version>9.4.58.v20250814</jetty.version>
21
</properties>
22
23
<repositories>
0 commit comments