|
37 | 37 | <maven.deploy.skip>true</maven.deploy.skip>
|
38 | 38 | <felles.version>4.4.10</felles.version>
|
39 | 39 | <swagger.version>2.2.28</swagger.version>
|
40 |
| - <junit.version>5.11.4</junit.version> |
| 40 | + <junit.version>5.12.0</junit.version> |
41 | 41 | <k9format.version>11.3.0</k9format.version>
|
42 | 42 | <jackson.version>2.18.2</jackson.version>
|
43 | 43 | <asm.version>9.7.1</asm.version>
|
44 | 44 | <kotlin-stdlib.version>2.1.10</kotlin-stdlib.version>
|
45 | 45 | <jandex.version>3.2.7</jandex.version>
|
46 |
| - <flyway.version>11.3.2</flyway.version> |
| 46 | + <flyway.version>11.3.3</flyway.version> |
47 | 47 | <pdfgen-core.version>1.1.42</pdfgen-core.version>
|
48 |
| - <confluent.platform.version>7.8.1</confluent.platform.version> |
| 48 | + <confluent.platform.version>7.9.0</confluent.platform.version> |
49 | 49 | <mockito.version>5.15.2</mockito.version>
|
50 | 50 | </properties>
|
51 | 51 |
|
|
165 | 165 | <dependency>
|
166 | 166 | <groupId>io.opentelemetry.instrumentation</groupId>
|
167 | 167 | <artifactId>opentelemetry-instrumentation-annotations</artifactId>
|
168 |
| - <version>2.13.0</version> |
| 168 | + <version>2.13.1</version> |
169 | 169 | </dependency>
|
170 | 170 |
|
171 | 171 | <!-- Prosjektets egne biblioteker -->
|
|
659 | 659 | <plugin>
|
660 | 660 | <groupId>org.apache.maven.plugins</groupId>
|
661 | 661 | <artifactId>maven-clean-plugin</artifactId>
|
662 |
| - <version>3.4.0</version> |
| 662 | + <version>3.4.1</version> |
663 | 663 | </plugin>
|
664 | 664 | <plugin>
|
665 | 665 | <groupId>org.apache.maven.plugins</groupId>
|
666 | 666 | <artifactId>maven-compiler-plugin</artifactId>
|
667 |
| - <version>3.13.0</version> |
| 667 | + <version>3.14.0</version> |
668 | 668 | <configuration>
|
669 | 669 | <source>${java.version}</source>
|
670 | 670 | <target>${java.version}</target>
|
|
681 | 681 | <plugin>
|
682 | 682 | <groupId>org.apache.maven.plugins</groupId>
|
683 | 683 | <artifactId>maven-deploy-plugin</artifactId>
|
684 |
| - <version>3.1.3</version> |
| 684 | + <version>3.1.4</version> |
685 | 685 | </plugin>
|
686 | 686 | <plugin>
|
687 | 687 | <groupId>org.apache.maven.plugins</groupId>
|
|
711 | 711 | <plugin>
|
712 | 712 | <groupId>org.codehaus.mojo</groupId>
|
713 | 713 | <artifactId>flatten-maven-plugin</artifactId>
|
714 |
| - <version>1.6.0</version> |
| 714 | + <version>1.7.0</version> |
715 | 715 | </plugin>
|
716 | 716 | <plugin>
|
717 | 717 | <groupId>org.apache.maven.plugins</groupId>
|
|
0 commit comments