diff --git a/.github/workflows/merge-maven.yml b/.github/workflows/merge-maven.yml
index a843611b287..56c5a00c08d 100644
--- a/.github/workflows/merge-maven.yml
+++ b/.github/workflows/merge-maven.yml
@@ -80,7 +80,7 @@ jobs:
cp -r open-metadata-distribution/open-metadata-assemblies/target/egeria-${{ env.VERSION }}-distribution/egeria-omag-${{ env.VERSION }}/. open-metadata-resources/open-metadata-deployment/docker/egeria/target/assembly
- name: Build and push(egeria) to quay.io and docker.io
if: ${{ github.repository == 'odpi/egeria' && github.ref == 'refs/heads/main'}}
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
with:
push: true
tags: odpi/egeria:${{ env.VERSION }}, odpi/egeria:latest, quay.io/odpi/egeria:${{ env.VERSION }}, quay.io/odpi/egeria:latest
@@ -89,7 +89,7 @@ jobs:
# Publish container images(egeria-configure) to quay.io and docker.io
- name: Build and push(egeria-configure) to quay.io and docker.io
if: ${{ github.repository == 'odpi/egeria' && github.ref == 'refs/heads/main'}}
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
with:
push: true
tags: odpi/egeria-configure:${{ env.VERSION }}, odpi/egeria-configure:latest, quay.io/odpi/egeria-configure:${{ env.VERSION }}, quay.io/odpi/egeria-configure:latest
diff --git a/.github/workflows/pr-gradle.yml b/.github/workflows/pr-gradle.yml
index dd6059b8495..ce6a4b61585 100644
--- a/.github/workflows/pr-gradle.yml
+++ b/.github/workflows/pr-gradle.yml
@@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Cache Gradle packages
- uses: actions/cache@v3.2.2
+ uses: actions/cache@v3.2.4
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
diff --git a/.github/workflows/pr-maven-latest.yml b/.github/workflows/pr-maven-latest.yml
index cd159a2c2e0..f1c6150073d 100644
--- a/.github/workflows/pr-maven-latest.yml
+++ b/.github/workflows/pr-maven-latest.yml
@@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Cache Maven packages
- uses: actions/cache@v3.2.2
+ uses: actions/cache@v3.2.4
with:
path: ~/.m2
key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/pr-maven-prod.yml b/.github/workflows/pr-maven-prod.yml
index b7ac68866d4..b11c73e978b 100644
--- a/.github/workflows/pr-maven-prod.yml
+++ b/.github/workflows/pr-maven-prod.yml
@@ -23,7 +23,7 @@ jobs:
distribution: 'temurin'
java-version: '11'
- name: Cache Maven packages
- uses: actions/cache@v3.2.2
+ uses: actions/cache@v3.2.4
with:
path: ~/.m2
key: ${{ runner.os }}-maven-java11-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c2a1a63d34f..fb5990db748 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
mkdir -p ./open-metadata-resources/open-metadata-deployment/docker/egeria/target/assembly
cp -r open-metadata-distribution/open-metadata-assemblies/target/egeria-${{ env.VERSION }}-distribution/egeria-omag-${{ env.VERSION }}/. open-metadata-resources/open-metadata-deployment/docker/egeria/target/assembly
- name: Build and push(egeria) to quay.io and docker.io
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
with:
push: true
tags: odpi/egeria:${{ env.VERSION }}, odpi/egeria:latest, quay.io/odpi/egeria:${{ env.VERSION }}, quay.io/odpi/egeria:latest
@@ -82,7 +82,7 @@ jobs:
platforms: linux/amd64,linux/arm64
# Publish container images(egeria-configure) to quay.io and docker.io
- name: Build and push(egeria-configure) to quay.io and docker.io
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
with:
push: true
tags: odpi/egeria-configure:${{ env.VERSION }}, odpi/egeria-configure:latest, quay.io/odpi/egeria-configure:${{ env.VERSION }}, quay.io/odpi/egeria-configure:latest
diff --git a/build.gradle b/build.gradle
index d8bd7916299..dbc3381f6bb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,7 +67,7 @@ allprojects {
commonsloggingVersion = '1.2'
commonstextVersion = '1.10.0'
commonscliVersion = '1.5.0'
- elasticsearchVersion = '8.5.3'
+ elasticsearchVersion = '8.6.1'
findbugsVersion = '3.0.2'
glassfishVersion = '1.1.4'
gremlinVersion = '3.5.2'
@@ -79,7 +79,7 @@ allprojects {
httpclientVersion = '4.5.14'
httpcoreVersion = '4.4.16'
jacksonVersion = '2.14.1'
- jacksonDatabindVersion = '2.14.1'
+ jacksonDatabindVersion = '2.14.2'
jacksonaslVersion = '1.9.14-atlassian-6'
jakartaannotationVersion = '2.1.1'
jakartapersistenceVersion = '3.1.0'
@@ -91,23 +91,23 @@ allprojects {
jodatimeVersion = '2.12.2'
jsonldVersion = '0.13.4'
junitVersion = '4.13.2'
- junitjupiterVersion = '5.9.1'
+ junitjupiterVersion = '5.9.2'
junitplatformVersion = '1.9.1'
jwtVersion = '0.9.1'
jwtApiVersion = '0.11.5'
jwtImplVersion = '0.11.5'
jwtJacksonVersion = '0.11.5'
- kafkaVersion = '3.3.1'
+ kafkaVersion = '3.3.2'
lang3Version = '3.12.0'
logbackVersion = '1.2.11'
lettuceVersion = '6.2.2.RELEASE'
luceneVersion = '8.11.1'
- openlineageVersion = '0.18.0'
+ openlineageVersion = '0.19.2'
ossVersion = '4.15.0'
- mockitoVersion = '4.11.0'
+ mockitoVersion = '5.1.1'
plexusVersion = '3.5.0'
- prometheusVersion = '1.10.2'
- nettyVersion = '4.1.86.Final'
+ prometheusVersion = '1.10.3'
+ nettyVersion = '4.1.87.Final'
quartzVersion = '2.3.2'
reflectionsVersion = '0.10.2'
sanitizerVersion = '1.2.3'
@@ -115,28 +115,28 @@ allprojects {
sleepycatVersion = '18.3.12'
snakeyamlVersion = '1.33'
slf4jVersion = '1.7.36'
- snappyVersion = '1.1.8.4'
- springbootVersion = '2.7.7'
- springdocVersion = '1.6.12'
+ snappyVersion = '1.1.9.1'
+ springdocVersion = '1.6.13'
+ springbootVersion = '2.7.8'
spotbugsVersion = '4.7.3'
- springdataVersion = '2.7.6'
+ springdataVersion = '2.7.7'
springldapVersion = '2.4.1'
springsecurityVersion = '5.8.1'
- swaggerVersion = '2.2.7'
+ swaggerVersion = '2.2.8'
testngVersion = '7.7.1'
thriftVersion = '0.17.0'
- springwebVersion = '5.3.24'
+ springwebVersion = '5.3.25'
tinkVersion = '1.7.0'
- tomcatVersion = '9.0.70'
+ tomcatVersion = '9.0.71'
validationVersion = '2.0.1.Final'
- antVersion = '1.10.12'
- gsonVersion = '2.10'
+ gsonVersion = '2.10.1'
+ antVersion = '1.10.13'
jnrVersion = '3.1.16'
cassandraVersion = '4.1.0'
protobufVersion = '3.21.12'
osgiVersion = '8.0.0'
log4jVersion = '2.19.0'
- jacksonjdk8Version = '2.14.1'
+ jacksonjdk8Version = '2.14.2'
reactivestreamsVersion = '1.0.4'
}
@@ -307,7 +307,7 @@ allprojects {
runtimeOnly("org.antlr:antlr4:4.11.1")
runtimeOnly("org.apache.ivy:ivy:2.5.1")
}
- implementation platform('net.openhft:chronicle-bom:2.24ea25')
+ implementation platform('net.openhft:chronicle-bom:2.24ea35')
}
/*
@@ -345,8 +345,8 @@ allprojects {
includeEngines 'junit-jupiter'
}
dependencies {
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
}
testLogging {
diff --git a/pom.xml b/pom.xml
index c7868e735f1..50f30c1027d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,27 +147,27 @@
1.5.1
- 1.9.1
- 5.9.1
+ 5.9.2
+ 1.9.2
2.2
4.13.2
- 3.0.0-M7
+ 3.0.0-M8
4.11.0
1.7.36
7.7.1
- 2.14.1
- 2.14.1
+ 2.14.2
+ 2.14.2
1.2.11
- 3.3.1
- 4.1.86.Final
- 9.0.70
+ 3.3.2
+ 9.0.71
+ 4.1.87.Final
2.4.1
0.6.1
- 2.7.7
3.5.2
+ 2.7.8
1.6.12
- 2.7.6
- 5.3.24
+ 2.7.7
+ 5.3.25
5.8.1
1.4
2.11.0
@@ -205,11 +205,11 @@
1.9.14-atlassian-6
3.5.3
4.3.4
- 1.1.8.4
+ 1.1.9.1
1.33
2.2.6
4.8.154
- 1.10.2
+ 1.10.3
1.7.36
3.0.14
0.10.2
@@ -225,51 +225,51 @@
1.18.20.0
4.0.1
0.17.0
- 8.5.3
+ 8.6.1
8.0.0.Final
2.10.1
3.4.1
- 3.4.1
+ 3.4.2
3.2.0
3.12.1
3.4.1
3.1.0
- 3.19.0
+ 3.20.0
3.3.0
- 7.4.3
+ 8.0.2
3.10.1
1.6.8
4.7.3
3.1.0
1.4.13
- 3.1.0
+ 3.2.1
0.8.8
3.4.2
1.12.1
3.3.0
3.1.0
0.15
- 3.4.0
+ 3.5.0
3.0.0
3.2.1
3.0.1
1.6.13
2.0.0
3.3.0
- 3.0.0-M7
+ 3.0.0-M8
4.9.10
0.9
2.1.1
- 0.18.0
+ 0.19.2
1.1.0
4.1.0
- 1.10.12
- 2.10
+ 2.10.1
+ 1.10.13
3.21.12
3.1.16
8.0.0
- 2.14.1
+ 2.14.2
2.19.0
1.0.4
@@ -3458,7 +3458,7 @@
net.openhft
chronicle-bom
- 2.24ea25
+ 2.24ea35
pom
import
diff --git a/settings.gradle b/settings.gradle
index 09ce2036323..8ccc20efc4a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -16,7 +16,7 @@ pluginManagement {
}
plugins {
//id 'io.spring.dependency-management' version '1.0.10.RELEASE'
- id 'org.springframework.boot' version '2.7.7'
+ id 'org.springframework.boot' version '2.7.8'
id 'gradle-aggregate-javadocs-plugin' version '3.0.1'
id 'org.siouan.frontend-jdk11' version '6.0.0'
id 'com.github.johnrengelman.shadow' version '7.1.2'