Skip to content

Commit

Permalink
update spring version 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusBernalBermudez committed Sep 12, 2024
1 parent 4cc08d8 commit fe5a3cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.0</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 0 additions & 2 deletions src/main/java/es/upm/miw/iwvg_devops/code/PointLackOfPOO.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package es.upm.miw.iwvg_devops.code;

public class PointLackOfPOO {

private int x;

private int y;

public PointLackOfPOO(int x, int y) {
Expand Down

0 comments on commit fe5a3cf

Please sign in to comment.