Skip to content

Commit

Permalink
Merge pull request #7211 from planetf1/dependabot_20221201a
Browse files Browse the repository at this point in the history
Dependabot 20221201a
  • Loading branch information
planetf1 authored Dec 2, 2022
2 parents 406b872 + 49f8ace commit 692e791
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Link Checker
uses: lycheeverse/[email protected].1
uses: lycheeverse/[email protected].4
with:
# Can switch to true once we run clean
fail: false
Expand Down
32 changes: 16 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ plugins {
id "io.freefair.lombok" version "6.5.1"
id "io.freefair.aggregate-javadoc" version "6.5.1"
// Checks for unnecessary dependencies
id 'com.autonomousapps.dependency-analysis' version "1.13.1"
id 'com.autonomousapps.dependency-analysis' version "1.17.0"
// helps resolve log implementation clashes
id 'dev.jacomet.logging-capabilities' version "0.10.0"
// This plugin helps resolve jakarta/javax dev.jacomet.logging-capabilities
id 'de.jjohannes.java-ecosystem-capabilities' version "0.6"
id 'org.gradlex.java-ecosystem-capabilities' version "1.0"
}


Expand All @@ -31,7 +31,7 @@ allprojects {
// Mostly java, so default to this for now
apply plugin: 'java'
apply plugin: 'jacoco'
apply plugin: 'de.jjohannes.java-ecosystem-capabilities'
apply plugin: 'org.gradlex.java-ecosystem-capabilities'
apply plugin: 'dev.jacomet.logging-capabilities'
// As we've migrated from maven - we'll assume all submodules publish directly to maven
apply plugin: 'maven-publish'
Expand All @@ -57,7 +57,7 @@ allprojects {
antlrVersion = '3.5.3'
ST4Version = '4.3.4'
avroVersion = '1.11.1'
classgraphVersion = '4.8.149'
classgraphVersion = '4.8.151'
classmateVersion = '1.5.1'
collections4Version = '4.4'
commonscodecVersion = '1.15'
Expand All @@ -67,7 +67,7 @@ allprojects {
commonsloggingVersion = '1.2'
commonstextVersion = '1.10.0'
commonscliVersion = '1.5.0'
elasticsearchVersion = '8.5.0'
elasticsearchVersion = '8.5.2'
findbugsVersion = '3.0.2'
glassfishVersion = '1.1.4'
gremlinVersion = '3.5.2'
Expand All @@ -77,9 +77,9 @@ allprojects {
hdrhistogramVersion = '2.1.12'
hibernatevalidatorVersion = '8.0.0.Final'
httpclientVersion = '4.5.13'
httpcoreVersion = '4.4.15'
httpcoreVersion = '4.4.16'
jacksonVersion = '2.13.4'
jacksonDatabindVersion = '2.13.4.2'
jacksonDatabindVersion = '2.14.1'
jacksonaslVersion = '1.9.14-atlassian-6'
jakartaannotationVersion = '1.3.5'
jakartapersistenceVersion = '3.1.0'
Expand All @@ -99,12 +99,12 @@ allprojects {
logbackVersion = '1.2.11'
lettuceVersion = '6.2.1.RELEASE'
luceneVersion = '8.11.1'
openlineageVersion = '0.15.1'
openlineageVersion = '0.17.0'
ossVersion = '4.15.0'
mockitoVersion = '4.8.1'
mockitoVersion = '4.9.0'
plexusVersion = '3.5.0'
prometheusVersion = '1.9.5'
nettyVersion = '4.1.84.Final'
prometheusVersion = '1.10.2'
nettyVersion = '4.1.85.Final'
quartzVersion = '2.3.2'
reflectionsVersion = '0.10.2'
sanitizerVersion = '1.2.3'
Expand All @@ -124,16 +124,16 @@ allprojects {
thriftVersion = '0.17.0'
springwebVersion = '5.3.23'
tinkVersion = '1.7.0'
tomcatVersion = '9.0.68'
tomcatVersion = '9.0.69'
validationVersion = '2.0.1.Final'
antVersion = '1.10.12'
gsonVersion = '2.10'
protobufVersion = '3.21.9'
jnrVersion = '3.1.15'
jnrVersion = '3.1.16'
protobufVersion = '3.21.10'
cassandraVersion = '4.0.7'
osgiVersion = '8.0.0'
log4jVersion = '2.19.0'
jacksonjdk8Version = '2.13.4'
jacksonjdk8Version = '2.14.1'
reactivestreamsVersion = '1.0.4'
}

Expand Down Expand Up @@ -301,7 +301,7 @@ allprojects {
runtimeOnly("org.antlr:antlr4:4.11.1")
runtimeOnly("org.apache.ivy:ivy:2.5.1")
}
implementation platform('net.openhft:chronicle-bom:2.24ea7')
implementation platform('net.openhft:chronicle-bom:2.24ea16')
}

/*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright Contributors to the Egeria project

FROM docker.io/library/alpine:3.16.2
FROM docker.io/library/alpine:3.17.0
ARG version=3.15-SNAPSHOT
ARG VCS_REF=unknown
ARG VCS_ORIGIN=unknown
Expand Down
43 changes: 21 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
<properties>
<open-metadata.version>${project.version}</open-metadata.version>

<!-- Level of Java -->
<!-- Level of Java -->
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<!-- Platform encoding -->
<!-- Platform encoding -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<classmate.version>1.5.1</classmate.version>
Expand All @@ -152,19 +152,18 @@
<hamcrest.version>2.2</hamcrest.version>
<junit.version>4.13.2</junit.version>
<surefire.plugin.version>3.0.0-M7</surefire.plugin.version>
<mockito.version>4.8.1</mockito.version>
<mockito.version>4.9.0</mockito.version>
<slf4j.version>1.7.36</slf4j.version>
<testng.version>7.5</testng.version>
<jackson.databind.version>2.13.4.2</jackson.databind.version>
<jackson.version>2.13.4</jackson.version>
<jackson.version>2.14.1</jackson.version>
<jackson.databind.version>2.14.1</jackson.databind.version>
<logback.version>1.2.11</logback.version>
<kafka.version>3.3.1</kafka.version>
<tomcat.version>9.0.68</tomcat.version>
<netty.version>4.1.84.Final</netty.version>
<tomcat.version>9.0.69</tomcat.version>
<netty.version>4.1.85.Final</netty.version>
<spring.ldap.core>2.4.1</spring.ldap.core>
<janus.version>0.6.2</janus.version>
<spring-boot.version>2.7.5</spring-boot.version>
<janus.version>0.6.1</janus.version>
<spring-boot.version>2.7.5</spring-boot.version>
<gremlin.version>3.5.2</gremlin.version>
<springdoc.version>1.6.12</springdoc.version>
<spring-data.version>2.7.5</spring-data.version>
Expand Down Expand Up @@ -206,15 +205,15 @@
<snappy.version>1.1.8.4</snappy.version>
<snakeyaml.version>1.33</snakeyaml.version>
<swagger.version>2.2.6</swagger.version>
<micrometer-registry-prometheus.version>1.9.5</micrometer-registry-prometheus.version>
<classgraph.version>4.8.149</classgraph.version>
<classgraph.version>4.8.151</classgraph.version>
<micrometer-registry-prometheus.version>1.10.2</micrometer-registry-prometheus.version>
<jcl-over-slf4j.version>1.7.36</jcl-over-slf4j.version>
<groovy.version>3.0.13</groovy.version>
<reflections.version>0.10.2</reflections.version>
<HdrHistogram.version>2.1.12</HdrHistogram.version>
<glassfish.json.version>1.1.4</glassfish.json.version>
<javassist.version>3.29.2-GA</javassist.version>
<httpcore.version>4.4.15</httpcore.version>
<httpcore.version>4.4.16</httpcore.version>
<httpclient.version>4.5.13</httpclient.version>
<commons-configuration.version>1.10</commons-configuration.version>
<commons-configuration2.version>2.8.0</commons-configuration2.version>
Expand All @@ -223,7 +222,7 @@
<lombok-plugin.version>1.18.20.0</lombok-plugin.version>
<javax.servlet.version>4.0.1</javax.servlet.version>
<thrift.version>0.17.0</thrift.version>
<elasticsearch.version>8.5.0</elasticsearch.version>
<elasticsearch.version>8.5.2</elasticsearch.version>
<hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
<!-- Versions of plugins -->
<enunciate-maven-plugin.version>2.10.1</enunciate-maven-plugin.version>
Expand All @@ -232,13 +231,13 @@
<maven-clean-plugin.version>3.2.0</maven-clean-plugin.version>
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
<maven-shade.version>3.4.1</maven-shade.version>
<maven-install.version>3.0.1</maven-install.version>
<maven-install.version>3.1.0</maven-install.version>
<maven-pmd.version>3.19.0</maven-pmd.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<owasp.version>7.3.0</owasp.version>
<owasp.version>7.3.2</owasp.version>
<maven-compiler.version>3.10.1</maven-compiler.version>
<maven-download.version>1.6.8</maven-download.version>
<spotbugs-maven.version>4.7.2.0</spotbugs-maven.version>
<spotbugs-maven.version>4.7.3</spotbugs-maven.version>
<maven-antrun.version>3.1.0</maven-antrun.version>
<spotify-docker-plugin.version>1.4.13</spotify-docker-plugin.version>
<maven-enforcer-plugin.version>3.1.0</maven-enforcer-plugin.version>
Expand All @@ -248,7 +247,7 @@
<resources.plugin.version>3.3.0</resources.plugin.version>
<exec.plugin.version>3.1.0</exec.plugin.version>
<rat-plugin.version>0.15</rat-plugin.version>
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<maven-dependency-plugin.version>3.4.0</maven-dependency-plugin.version>
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
Expand All @@ -259,15 +258,15 @@
<git-commit-plugin.version>4.9.10</git-commit-plugin.version>
<process-exec-plugin.version>0.9</process-exec-plugin.version>
<groovy-plugin.version>2.1.1</groovy-plugin.version>
<openlineage.version>0.15.1</openlineage.version>
<openlineage.version>0.17.0</openlineage.version>
<properties.plugin.version>1.1.0</properties.plugin.version>
<cassandra.version>4.0.7</cassandra.version>
<ant.version>1.10.12</ant.version>
<gson.version>2.10</gson.version>
<jnr.version>3.1.15</jnr.version>
<protobuf.version>3.21.9</protobuf.version>
<protobuf.version>3.21.10</protobuf.version>
<jnr.version>3.1.16</jnr.version>
<osgi.version>8.0.0</osgi.version>
<jacksonjdk8.version>2.13.4</jacksonjdk8.version>
<jacksonjdk8.version>2.14.1</jacksonjdk8.version>
<log4j.version>2.19.0</log4j.version>
<reactivestreams.version>1.0.4</reactivestreams.version>

Expand Down Expand Up @@ -3435,7 +3434,7 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>chronicle-bom</artifactId>
<version>2.24ea7</version>
<version>2.24ea16</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pluginManagement {
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'
id 'com.github.psxpaul.execfork' version '0.2.0'
id 'de.jjohannes.java-ecosystem-capabilities' version '0.5'
id 'com.github.psxpaul.execfork' version '0.2.1'
id 'org.gradlex.java-ecosystem-capabilities' version '1.0'


// For reference we use these, but they are internal so no version spec needed
Expand Down

0 comments on commit 692e791

Please sign in to comment.