Skip to content

Commit 9b27977

Browse files
4.13.2-SNAPSHOT
1 parent 9ad545c commit 9b27977

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<groupId>org.inventivetalent</groupId>
88
<artifactId>animatedframes</artifactId>
9-
<version>4.13.1-SNAPSHOT</version>
9+
<version>4.13.2-SNAPSHOT</version>
1010
<name>AnimatedFrames</name>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<maven.compiler.source>1.9</maven.compiler.source>
15-
<maven.compiler.target>1.9</maven.compiler.target>
14+
<maven.compiler.source>11</maven.compiler.source>
15+
<maven.compiler.target>11</maven.compiler.target>
1616
</properties>
1717

1818
<build>
@@ -113,27 +113,27 @@
113113
<dependency>
114114
<groupId>org.inventivetalent</groupId>
115115
<artifactId>mapmanager</artifactId>
116-
<version>1.8.1-SNAPSHOT</version>
116+
<version>1.8.2-SNAPSHOT</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.inventivetalent</groupId>
120120
<artifactId>pluginannotations</artifactId>
121-
<version>1.5.0-SNAPSHOT</version>
121+
<version>1.5.1-SNAPSHOT</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.inventivetalent</groupId>
125125
<artifactId>vectors</artifactId>
126-
<version>1.0.1-SNAPSHOT</version>
126+
<version>1.0.2-SNAPSHOT</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.inventivetalent</groupId>
130130
<artifactId>boundingboxapi</artifactId>
131-
<version>1.3.5-SNAPSHOT</version>
131+
<version>1.3.6-SNAPSHOT</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>org.inventivetalent</groupId>
135135
<artifactId>frame-map-util</artifactId>
136-
<version>1.3.1-SNAPSHOT</version>
136+
<version>1.3.2-SNAPSHOT</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.inventivetalent.spiget-update</groupId>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.projectlombok</groupId>
146146
<artifactId>lombok</artifactId>
147-
<version>1.18.16</version>
147+
<version>1.18.20</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)