File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 2828 <modelVersion >4.0.0</modelVersion >
2929 <groupId >io.github.q3769</groupId >
3030 <artifactId >chunk4j</artifactId >
31- <version >20230309.0.4 </version >
31+ <version >20230309.0.5 </version >
3232 <packaging >jar</packaging >
3333 <name >chunk4j</name >
3434 <description >A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the
137137 <version >2.2.1</version >
138138 </dependency >
139139 <dependency >
140- <groupId >io.github.elf4j </groupId >
141- <artifactId >elf4j-provider </artifactId >
140+ <groupId >com.google.code.findbugs </groupId >
141+ <artifactId >jsr305 </artifactId >
142142 <version >3.0.2</version >
143- <scope >test</scope >
144143 </dependency >
145144 <dependency >
146145 <groupId >org.projectlombok</groupId >
147146 <artifactId >lombok</artifactId >
148147 <version >1.18.26</version >
149148 <scope >provided</scope >
150149 </dependency >
150+ <dependency >
151+ <groupId >io.github.elf4j</groupId >
152+ <artifactId >elf4j-provider</artifactId >
153+ <version >3.0.2</version >
154+ <scope >test</scope >
155+ </dependency >
151156 <dependency >
152157 <groupId >org.junit.jupiter</groupId >
153158 <artifactId >junit-jupiter-api</artifactId >
172177 <version >4.2.0</version >
173178 <scope >test</scope >
174179 </dependency >
175- <dependency >
176- <groupId >com.google.guava</groupId >
177- <artifactId >guava</artifactId >
178- <version >31.1-jre</version >
179- </dependency >
180180 </dependencies >
181181 <build >
182182 <plugins >
You can’t perform that action at this time.
0 commit comments