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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • exampleparties/humangui/pom.xml

    r53 r54  
    66        <groupId>geniusweb.exampleparties</groupId>
    77        <artifactId>humangui</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
     
    4848                        <groupId>tudelft.utilities</groupId>
    4949                        <artifactId>logging</artifactId>
    50                         <version>1.0.1</version>
     50                        <version>1.1.0</version>
    5151                </dependency>
    5252
     
    107107                        <groupId>org.mockito</groupId>
    108108                        <artifactId>mockito-core</artifactId>
    109                         <version>3.11.2</version>
     109                        <version>5.18.0</version>
    110110                        <scope>test</scope>
    111111                </dependency>
Note: See TracChangeset for help on using the changeset viewer.