Skip to content

Commit 561f989

Browse files
committed
+ made Chunk a Serializable again
1 parent a6d12e0 commit 561f989

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
run: mvn -B package --file pom.xml
3232

3333
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34-
- name: Maven Dependency Tree Dependency Submission
35-
uses: advanced-security/[email protected]
34+
# - name: Maven Dependency Tree Dependency Submission
35+
# uses: advanced-security/[email protected]

pom.xml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-javadoc-plugin</artifactId>
79-
<version>3.6.0</version>
79+
<version>3.5.0</version>
8080
<executions>
8181
<execution>
8282
<id>attach-javadocs</id>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.projectlombok</groupId>
146146
<artifactId>lombok</artifactId>
147-
<version>1.18.30</version>
147+
<version>1.18.28</version>
148148
<scope>provided</scope>
149149
</dependency>
150150
<dependency>
@@ -155,19 +155,7 @@
155155
</dependency>
156156
<dependency>
157157
<groupId>org.junit.jupiter</groupId>
158-
<artifactId>junit-jupiter-api</artifactId>
159-
<version>5.10.0</version>
160-
<scope>test</scope>
161-
</dependency>
162-
<dependency>
163-
<groupId>org.junit.jupiter</groupId>
164-
<artifactId>junit-jupiter-params</artifactId>
165-
<version>5.10.0</version>
166-
<scope>test</scope>
167-
</dependency>
168-
<dependency>
169-
<groupId>org.junit.jupiter</groupId>
170-
<artifactId>junit-jupiter-engine</artifactId>
158+
<artifactId>junit-jupiter</artifactId>
171159
<version>5.10.0</version>
172160
<scope>test</scope>
173161
</dependency>

0 commit comments

Comments
 (0)