Skip to content

Commit

Permalink
#13 ⬆️ bump dependencies; resolve OpenSSL vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ryan-ashcraft committed Aug 21, 2023
1 parent 00fde41 commit 0ed36c2
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 41 deletions.
66 changes: 33 additions & 33 deletions krausening-python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion krausening-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["properties", "configuration-management"]
[tool.poetry.dependencies]
python = "^3.9"
javaproperties = "^0.8.1"
cryptography = "^39.0.1"
cryptography = "^41.0.3"
watchdog = "^2.1.9"

[tool.poetry.dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions krausening/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>

<properties>
<slf4j.version>1.7.25</slf4j.version>
<slf4j.version>2.0.7</slf4j.version>
</properties>

<dependencies>
Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.6</version>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.13.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<parent>
<groupId>org.technologybrewery</groupId>
Expand Down Expand Up @@ -78,8 +79,8 @@
updates to pom.xml files. In order to version control both pom.xml and pyproject.toml files
that are updated during release preparation, customize the preparation and completion goals
to additionally execute the scm:checkin goals -->
<preparationGoals>clean verify scm:checkin -Dmessage="[maven-release-plugin] prepare release"</preparationGoals>
<completionGoals>clean verify scm:checkin -Dmessage="[maven-release-plugin] prepare for next development iteration"</completionGoals>
<preparationGoals>clean verify scm:checkin -Dmessage="[maven-release-plugin] :bookmark: prepare release"</preparationGoals>
<completionGoals>clean verify scm:checkin -Dmessage="[maven-release-plugin] :bookmark: prepare for next development iteration"</completionGoals>
<goals>deploy</goals>
</configuration>
</plugin>
Expand Down

0 comments on commit 0ed36c2

Please sign in to comment.