File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
src/test/java/org/example/custom Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >io.avaje</groupId >
3131 <artifactId >avaje-jsonb</artifactId >
32- <version >3.8 </version >
32+ <version >3.9 </version >
3333 </dependency >
3434
3535 <dependency >
3636 <groupId >io.avaje</groupId >
3737 <artifactId >avaje-config</artifactId >
38- <version >4.2 </version >
38+ <version >4.4 </version >
3939 </dependency >
4040
4141 <dependency >
8282 <dependency >
8383 <groupId >ch.qos.logback</groupId >
8484 <artifactId >logback-classic</artifactId >
85- <version >1.5.21 </version >
85+ <version >1.5.22 </version >
8686 <scope >test</scope >
8787 </dependency >
8888
Original file line number Diff line number Diff line change 6363 <dependency >
6464 <groupId >io.avaje</groupId >
6565 <artifactId >avaje-http-api</artifactId >
66- <version >3.5 </version >
66+ <version >3.6 </version >
6767 <optional >true</optional >
6868 </dependency >
6969
7878 <dependency >
7979 <groupId >io.avaje</groupId >
8080 <artifactId >avaje-http-client</artifactId >
81- <version >3.5 </version >
81+ <version >3.6 </version >
8282 <scope >test</scope >
8383 </dependency >
8484
Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <jupiter .version>5.13.4</jupiter .version>
16- <mockito .version>5.20 .0</mockito .version>
16+ <mockito .version>5.21 .0</mockito .version>
1717 </properties >
1818
1919 <dependencies >
9191 <dependency >
9292 <groupId >io.avaje</groupId >
9393 <artifactId >avaje-http-api</artifactId >
94- <version >3.5 </version >
94+ <version >3.6 </version >
9595 <scope >test</scope >
9696 </dependency >
9797
9898 <dependency >
9999 <groupId >io.avaje</groupId >
100100 <artifactId >avaje-http-client</artifactId >
101- <version >3.5 </version >
101+ <version >3.6 </version >
102102 <scope >test</scope >
103103 </dependency >
104104
112112 <dependency >
113113 <groupId >io.avaje</groupId >
114114 <artifactId >avaje-jsonb</artifactId >
115- <version >3.8 </version >
115+ <version >3.9 </version >
116116 <scope >test</scope >
117117 </dependency >
118118
140140 <dependency >
141141 <groupId >ch.qos.logback</groupId >
142142 <artifactId >logback-classic</artifactId >
143- <version >1.5.21 </version >
143+ <version >1.5.22 </version >
144144 <scope >test</scope >
145145 </dependency >
146146
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ void customScopeAll() {
8181
8282 // includes the 2 supplied beans
8383 final List <BeanEntry > all = beanScope .all ();
84- assertThat (all ).hasSize (8 );
84+ assertThat (all ).hasSize (9 );
8585
8686 final CustomBean customBean = beanScope .get (CustomBean .class );
8787
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >io.avaje</groupId >
4141 <artifactId >avaje-config</artifactId >
42- <version >4.2 </version >
42+ <version >4.4 </version >
4343 <optional >true</optional >
4444 </dependency >
4545
5353 <dependency >
5454 <groupId >org.mockito</groupId >
5555 <artifactId >mockito-core</artifactId >
56- <version >5.20 .0</version >
56+ <version >5.21 .0</version >
5757 <optional >true</optional >
5858 </dependency >
5959
7575 <dependency >
7676 <groupId >ch.qos.logback</groupId >
7777 <artifactId >logback-classic</artifactId >
78- <version >1.5.21 </version >
78+ <version >1.5.22 </version >
7979 <scope >test</scope >
8080 </dependency >
8181
Original file line number Diff line number Diff line change 7575 <dependency >
7676 <groupId >org.mockito</groupId >
7777 <artifactId >mockito-core</artifactId >
78- <version >5.20 .0</version >
78+ <version >5.21 .0</version >
7979 <scope >test</scope >
8080 </dependency >
8181 </dependencies >
You can’t perform that action at this time.
0 commit comments