Skip to content

Commit

Permalink
#16 ⬆️ pulling minor/patch updates into codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Jun 20, 2024
1 parent 30bc10b commit 28a59e3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions baton-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>maven-plugin</packaging>

<properties>
<version.jackson>2.15.3</version.jackson>
<version.jackson>2.17.1</version.jackson>
<version.maven>3.8.6</version.maven>
</properties>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-bom</artifactId>
<version>7.12.0</version>
<version>7.18.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.8.2</version>
<version>3.13.1</version>
<scope>provided</scope>
</dependency>

Expand All @@ -85,10 +85,10 @@
<version>${version.jackson}</version>
</dependency>
<dependency>
<!-- specify version to account for IA vulneravility in json-schema-validator transitive dependencies: -->
<!-- specify version to account for IA vulnerability in json-schema-validator transitive dependencies: -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.2.1-jre</version>
</dependency>
<dependency>
<groupId>com.github.java-json-tools</groupId>
Expand All @@ -109,12 +109,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>com.vlkan.rfos</groupId>
<artifactId>rotating-fos</artifactId>
<version>0.9.6</version>
<version>0.10.0</version>
</dependency>

<!-- test dependencies -->
Expand Down Expand Up @@ -157,7 +157,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.9.0</version>
<version>3.13.1</version>
<executions>
<execution>
<id>default-descriptor</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.technologybrewery</groupId>
<artifactId>parent</artifactId>
<version>7</version>
<version>9</version>
</parent>

<groupId>org.technologybrewery.baton</groupId>
Expand Down

0 comments on commit 28a59e3

Please sign in to comment.