Skip to content

Commit

Permalink
RELEASE-51
Browse files Browse the repository at this point in the history
  • Loading branch information
seralekseenko committed Jan 21, 2022
1 parent f0bb41e commit 70d3cff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>academy.kovalevskyi</groupId>
<artifactId>Zeus</artifactId>
<packaging>jar</packaging>
<version>51-SNAPSHOT</version>
<version>51</version>

<name>Zeus</name>
<description>
Expand All @@ -13,12 +13,12 @@
<properties>
<version.testingFramework>29</version.testingFramework>

<version.codingBootcamp>20</version.codingBootcamp>
<version.codingBootcamp>21</version.codingBootcamp>
<version.algorithmsWithJava>21</version.algorithmsWithJava>
<version.javaDeepDive>18</version.javaDeepDive>

<java.version>17</java.version>
<checkstyle.version>9.2</checkstyle.version>
<checkstyle.version>9.2.1</checkstyle.version>
<slf4j.version>1.7.32</slf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -206,7 +206,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.12.2</version>
<version>1.12.7</version>
</dependency>
<!-- Testing Framework-->
<dependency>
Expand Down

0 comments on commit 70d3cff

Please sign in to comment.