Skip to content

Commit

Permalink
#356: Fix warning in CI build (#361)
Browse files Browse the repository at this point in the history
* #342: Restructure changelog

* Apply suggestions from code review

Co-authored-by: Christoph Pirkl <github@chp1.net>

* #342: Restructure changelog

* #342: Updated versions.

* #359: Improve logo transparency

* #359: Updated version number and changelog.

* #356: Fix warning in codeql-analysis.yml

* Upgrade test dependencies

Co-authored-by: Sebastian Bär <redcatbear@ursus-minor.de>
Co-authored-by: kaklakariada <kaklakariada@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 9, 2023
1 parent fb101ce commit 8999a71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 4 * * 3'

Expand Down
1 change: 1 addition & 0 deletions doc/changes/changes_3.7.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ This release fixes a couple of little bugs:
## Bugfixes

* #359: Fixed transparency in the "O" of the OFT logo
* #356: Fixed warning in CI build
6 changes: 3 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<properties>
<revision>3.7.1</revision>
<java.version>11</java.version>
<junit.version>5.9.0</junit.version>
<junit.version>5.9.1</junit.version>
<maven.surefire.version>3.0.0-M7</maven.surefire.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -202,7 +202,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>4.6.1</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -220,7 +220,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.10.1</version>
<version>3.12.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<version>3.0.0</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit 8999a71

Please sign in to comment.