Skip to content

Commit

Permalink
Merge branch 'develop' into release/v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giulong committed May 27, 2024
2 parents 21eb409 + c8c3aff commit 33268a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<junit.version>5.10.2</junit.version>
<jackson.version>2.17.1</jackson.version>
<simplejavamail.version>8.10.1</simplejavamail.version>
<simplejavamail.version>8.11.0</simplejavamail.version>
<jsonschemagenerator.version>4.35.0</jsonschemagenerator.version>
<slf4j.version>2.0.13</slf4j.version>
<selenium.version>4.21.0</selenium.version>
Expand Down Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>com.slack.api</groupId>
<artifactId>slack-api-client</artifactId>
<version>1.39.2</version>
<version>1.39.3</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -321,7 +321,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.16.0</version>
<version>10.17.0</version>
</dependency>
<dependency>
<groupId>com.github.sevntu-checkstyle</groupId>
Expand Down
2 changes: 1 addition & 1 deletion spectrum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>3.9.6</version>
<version>3.9.7</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 33268a6

Please sign in to comment.