Changeset 54 for issuevalue/pom.xml


Ignore:
Timestamp:
Jul 23, 2025, 10:16:55 AM (2 months ago)
Author:
ruud
Message:

Modifications for automatic java to python conversion. Overloaded methods now have different names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issuevalue/pom.xml

    r53 r54  
    66        <groupId>geniusweb</groupId>
    77        <artifactId>issuevalue</artifactId>
    8         <version>2.2.1</version>  <!-- equals the geniusweb version -->
     8        <version>2.3.0</version>  <!-- equals the geniusweb version -->
    99        <packaging>jar</packaging>
    1010
     
    7979                        <groupId>org.mockito</groupId>
    8080                        <artifactId>mockito-core</artifactId>
    81                         <version>3.11.2</version>
     81                        <version>5.18.0</version>
    8282                        <scope>test</scope>
    8383                </dependency>
     
    8787                        <groupId>tudelft.utilities</groupId>
    8888                        <artifactId>junit</artifactId>
    89                         <version>1.0.5</version>
     89                        <version>1.0.6</version>
    9090                        <scope>test</scope>
    9191                </dependency>
     
    9393                        <groupId>tudelft.utilities</groupId>
    9494                        <artifactId>utilities</artifactId>
    95                         <version>1.3.1</version>
    96                 </dependency>
    97 
     95                        <version>1.3.2</version>
     96                </dependency>
     97<dependency>
     98                        <groupId>tudelft.utilities</groupId>
     99                        <artifactId>logging</artifactId>
     100                        <version>1.1.1</version>
     101                </dependency>
    98102        </dependencies>
    99103
Note: See TracChangeset for help on using the changeset viewer.