Skip to content

Commit

Permalink
58 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
seralekseenko committed Sep 18, 2022
1 parent 748afaa commit 04873b0
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,17 +3,17 @@
<groupId>academy.kovalevskyi</groupId>
<artifactId>Zeus</artifactId>
<packaging>jar</packaging>
<version>58-SNAPSHOT</version>
<version>58</version>

<name>Zeus</name>
<description>
This thing checks students' homework at academy.kovalevskyi...
</description>

<properties>
<version.testingFramework>31</version.testingFramework>
<version.testingFramework>32</version.testingFramework>

<version.codingBootcamp>28</version.codingBootcamp>
<version.codingBootcamp>29</version.codingBootcamp>
<version.algorithmsWithJava>23</version.algorithmsWithJava>
<version.javaDeepDive>21</version.javaDeepDive>
<version.backendCloudEngineer>1-SNAPSHOT</version.backendCloudEngineer>
Expand Down Expand Up @@ -172,7 +172,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.12.13</version>
<version>1.12.16</version>
</dependency>
<!-- Testing Framework-->
<dependency>
Expand Down

0 comments on commit 04873b0

Please sign in to comment.