|
6 | 6 |
|
7 | 7 | <groupId>org.inventivetalent</groupId> |
8 | 8 | <artifactId>animatedframes</artifactId> |
9 | | - <version>4.13.1-SNAPSHOT</version> |
| 9 | + <version>4.13.2-SNAPSHOT</version> |
10 | 10 | <name>AnimatedFrames</name> |
11 | 11 |
|
12 | 12 | <properties> |
13 | 13 | <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> |
16 | 16 | </properties> |
17 | 17 |
|
18 | 18 | <build> |
|
113 | 113 | <dependency> |
114 | 114 | <groupId>org.inventivetalent</groupId> |
115 | 115 | <artifactId>mapmanager</artifactId> |
116 | | - <version>1.8.1-SNAPSHOT</version> |
| 116 | + <version>1.8.2-SNAPSHOT</version> |
117 | 117 | </dependency> |
118 | 118 | <dependency> |
119 | 119 | <groupId>org.inventivetalent</groupId> |
120 | 120 | <artifactId>pluginannotations</artifactId> |
121 | | - <version>1.5.0-SNAPSHOT</version> |
| 121 | + <version>1.5.1-SNAPSHOT</version> |
122 | 122 | </dependency> |
123 | 123 | <dependency> |
124 | 124 | <groupId>org.inventivetalent</groupId> |
125 | 125 | <artifactId>vectors</artifactId> |
126 | | - <version>1.0.1-SNAPSHOT</version> |
| 126 | + <version>1.0.2-SNAPSHOT</version> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>org.inventivetalent</groupId> |
130 | 130 | <artifactId>boundingboxapi</artifactId> |
131 | | - <version>1.3.5-SNAPSHOT</version> |
| 131 | + <version>1.3.6-SNAPSHOT</version> |
132 | 132 | </dependency> |
133 | 133 | <dependency> |
134 | 134 | <groupId>org.inventivetalent</groupId> |
135 | 135 | <artifactId>frame-map-util</artifactId> |
136 | | - <version>1.3.1-SNAPSHOT</version> |
| 136 | + <version>1.3.2-SNAPSHOT</version> |
137 | 137 | </dependency> |
138 | 138 | <dependency> |
139 | 139 | <groupId>org.inventivetalent.spiget-update</groupId> |
|
144 | 144 | <dependency> |
145 | 145 | <groupId>org.projectlombok</groupId> |
146 | 146 | <artifactId>lombok</artifactId> |
147 | | - <version>1.18.16</version> |
| 147 | + <version>1.18.20</version> |
148 | 148 | </dependency> |
149 | 149 | <dependency> |
150 | 150 | <groupId>com.google.code.gson</groupId> |
|
0 commit comments