Skip to content

Commit 5ed54db

Browse files
Updates all dependencies that don't require instrumentation changes (#1452)
This updates the build and all dependencies possible. Notably, we couldn't update httpclient5 as there's a break in 5.4. This also re-organizes property names so that mechanical updating is easier. --------- Signed-off-by: Adrian Cole <adrian.cole@elastic.co> Co-authored-by: Adrian Cole <adrian.cole@elastic.co>
1 parent 798fc02 commit 5ed54db

File tree

72 files changed

+315
-285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+315
-285
lines changed

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
create_release:
14-
runs-on: ubuntu-22.04 # newest available distribution, aka jellyfish
14+
runs-on: ubuntu-24.04 # newest available distribution, aka noble
1515
steps:
1616
- name: Checkout Repository
1717
uses: actions/checkout@v4

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
deploy:
1717
name: deploy (${{ matrix.name }})
18-
runs-on: ubuntu-22.04 # newest available distribution, aka jellyfish
18+
runs-on: ubuntu-24.04 # newest available distribution, aka noble
1919
strategy:
2020
fail-fast: false # don't fail fast as we can re-run one job that failed
2121
matrix:

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on: # yamllint disable-line rule:truthy
2323
jobs:
2424
security:
2525
name: security
26-
runs-on: ubuntu-22.04 # newest available distribution, aka jellyfish
26+
runs-on: ubuntu-24.04 # newest available distribution, aka noble
2727
# skip commits made by the release plugin
2828
if: "!contains(github.event.head_commit.message, 'maven-release-plugin')"
2929
steps:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
test-javadoc:
1919
name: Test JavaDoc Builds
20-
runs-on: ubuntu-22.04 # newest available distribution, aka jellyfish
20+
runs-on: ubuntu-24.04 # newest available distribution, aka noble
2121
if: "!contains(github.event.head_commit.message, 'maven-release-plugin')"
2222
steps:
2323
- name: Checkout Repository
@@ -38,7 +38,7 @@ jobs:
3838

3939
test:
4040
name: test (JDK ${{ matrix.java_version }})
41-
runs-on: ubuntu-22.04 # newest available distribution, aka jellyfish
41+
runs-on: ubuntu-24.04 # newest available distribution, aka noble
4242
if: "!contains(github.event.head_commit.message, 'maven-release-plugin')"
4343
strategy:
4444
fail-fast: false # don't fail fast as sometimes failures are operating system specific

.mvn/wrapper/maven-wrapper.jar

481 Bytes
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17+
wrapperVersion=3.3.2
18+
distributionType=bin
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
20+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

brave-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-bom</artifactId>
12-
<version>6.0.4-SNAPSHOT</version>
12+
<version>6.1.0-SNAPSHOT</version>
1313
<name>Brave BOM</name>
1414
<description>Bill Of Materials POM for all Brave artifacts</description>
1515
<packaging>pom</packaging>

brave-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-parent</artifactId>
12-
<version>6.0.4-SNAPSHOT</version>
12+
<version>6.1.0-SNAPSHOT</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

brave/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-parent</artifactId>
12-
<version>6.0.4-SNAPSHOT</version>
12+
<version>6.1.0-SNAPSHOT</version>
1313
</parent>
1414

1515
<artifactId>brave</artifactId>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>com.squareup.okhttp3</groupId>
5252
<artifactId>mockwebserver</artifactId>
53-
<version>${okhttp.version}</version>
53+
<version>${okhttp4.version}</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

context/jfr/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>io.zipkin.brave</groupId>
1111
<artifactId>brave-context-parent</artifactId>
12-
<version>6.0.4-SNAPSHOT</version>
12+
<version>6.1.0-SNAPSHOT</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

@@ -32,7 +32,7 @@
3232
<plugins>
3333
<plugin>
3434
<artifactId>maven-compiler-plugin</artifactId>
35-
<configuration combine.self="override">
35+
<configuration combine.self="append">
3636
<target>${main.java.version}</target>
3737
<compilerArgs>
3838
<arg>--add-modules</arg>

0 commit comments

Comments
 (0)