This is an automated email from the ASF dual-hosted git repository. mibo pushed a commit to branch OLINGO-1600-upgrade in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
commit 05f865650ae29c7c6d14776e3e298efe2c44b539 Author: mibo <[email protected]> AuthorDate: Sun Nov 19 22:16:28 2023 +0100 [OLINGO-1600] Dependency version updates --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/maven.yml | 2 +- ext/pojogen-maven-plugin/src/it/exchangeMail/pom.xml | 2 +- ext/pojogen-maven-plugin/src/it/exchangeMailNoBasePkg/pom.xml | 2 +- ext/pojogen-maven-plugin/src/it/v4Sample/pom.xml | 2 +- fit/pom.xml | 2 +- fit/src/it/demo/pom.xml | 2 +- fit/src/it/openType/pom.xml | 2 +- fit/src/it/staticService/pom.xml | 2 +- pom.xml | 6 +++--- samples/tutorials/p11_batch/pom.xml | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 632f94540..c297d782c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 140c0db78..40197dc2d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK 17 (Corretto) uses: actions/setup-java@v3 with: diff --git a/ext/pojogen-maven-plugin/src/it/exchangeMail/pom.xml b/ext/pojogen-maven-plugin/src/it/exchangeMail/pom.xml index ff5d8d1d7..7c73cb1e3 100644 --- a/ext/pojogen-maven-plugin/src/it/exchangeMail/pom.xml +++ b/ext/pojogen-maven-plugin/src/it/exchangeMail/pom.xml @@ -31,7 +31,7 @@ <properties> <project.source>17</project.source> - <compiler.plugin.version>3.2</compiler.plugin.version> + <compiler.plugin.version>3.11.0</compiler.plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> diff --git a/ext/pojogen-maven-plugin/src/it/exchangeMailNoBasePkg/pom.xml b/ext/pojogen-maven-plugin/src/it/exchangeMailNoBasePkg/pom.xml index fa8a222bc..03305d534 100644 --- a/ext/pojogen-maven-plugin/src/it/exchangeMailNoBasePkg/pom.xml +++ b/ext/pojogen-maven-plugin/src/it/exchangeMailNoBasePkg/pom.xml @@ -31,7 +31,7 @@ <properties> <project.source>17</project.source> - <compiler.plugin.version>3.2</compiler.plugin.version> + <compiler.plugin.version>3.11.0</compiler.plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> diff --git a/ext/pojogen-maven-plugin/src/it/v4Sample/pom.xml b/ext/pojogen-maven-plugin/src/it/v4Sample/pom.xml index 1130e35bc..b04f26b3f 100644 --- a/ext/pojogen-maven-plugin/src/it/v4Sample/pom.xml +++ b/ext/pojogen-maven-plugin/src/it/v4Sample/pom.xml @@ -31,7 +31,7 @@ <properties> <project.source>17</project.source> - <compiler.plugin.version>3.2</compiler.plugin.version> + <compiler.plugin.version>3.11.0</compiler.plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> diff --git a/fit/pom.xml b/fit/pom.xml index 59ee6c55c..57e9c7f31 100644 --- a/fit/pom.xml +++ b/fit/pom.xml @@ -207,7 +207,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> - <version>1.0.0</version> + <version>1.2.1</version> <executions> <execution> <phase>generate-resources</phase> diff --git a/fit/src/it/demo/pom.xml b/fit/src/it/demo/pom.xml index ffe1867e6..b043702e6 100644 --- a/fit/src/it/demo/pom.xml +++ b/fit/src/it/demo/pom.xml @@ -31,7 +31,7 @@ <properties> <project.source>17</project.source> - <compiler.plugin.version>3.2</compiler.plugin.version> + <compiler.plugin.version>3.11.0</compiler.plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> diff --git a/fit/src/it/openType/pom.xml b/fit/src/it/openType/pom.xml index 4ca35150b..fce40547f 100644 --- a/fit/src/it/openType/pom.xml +++ b/fit/src/it/openType/pom.xml @@ -31,7 +31,7 @@ <properties> <project.source>17</project.source> - <compiler.plugin.version>3.2</compiler.plugin.version> + <compiler.plugin.version>3.11.0</compiler.plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> diff --git a/fit/src/it/staticService/pom.xml b/fit/src/it/staticService/pom.xml index fc7dc8c85..951463913 100644 --- a/fit/src/it/staticService/pom.xml +++ b/fit/src/it/staticService/pom.xml @@ -31,7 +31,7 @@ <properties> <project.source>17</project.source> - <compiler.plugin.version>3.2</compiler.plugin.version> + <compiler.plugin.version>3.11.0</compiler.plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> diff --git a/pom.xml b/pom.xml index 593235c46..48981796e 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ <commons.vfs.version>2.0</commons.vfs.version> <esigate.version>4.4</esigate.version> <servlet.version>3.1.0</servlet.version> - <cxf.version>4.0.1</cxf.version> + <cxf.version>4.0.3</cxf.version> <netty.version>4.1.97.Final</netty.version> <velocity.version>1.7</velocity.version> @@ -107,7 +107,7 @@ <jakarta.annotation.version>2.1.1</jakarta.annotation.version> <jakarta.xml.version>4.0.0</jakarta.xml.version> - <spring.version>6.0.9</spring.version> + <spring.version>6.1.0</spring.version> <javax.activation.version>1.1</javax.activation.version> <geronimo.version>1.0.1</geronimo.version> @@ -117,7 +117,7 @@ <!-- for osgi integration testing --> <osgi.version>4.2.0</osgi.version> <karaf.version>3.0.3</karaf.version> - <pax.exam.version>4.13.1</pax.exam.version> + <pax.exam.version>4.13.5</pax.exam.version> <!-- Project build settings --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/samples/tutorials/p11_batch/pom.xml b/samples/tutorials/p11_batch/pom.xml index 73a44a099..b1b1f2479 100644 --- a/samples/tutorials/p11_batch/pom.xml +++ b/samples/tutorials/p11_batch/pom.xml @@ -34,7 +34,7 @@ <odata.version>5.0.0-ALPHA-02</odata.version> <slf4j.version>1.7.7</slf4j.version> <project.source>17</project.source> - <compiler.plugin.version>3.2</compiler.plugin.version> + <compiler.plugin.version>3.11.0</compiler.plugin.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties>
