Skip to content

Commit 8849f8b

Browse files
authored
Merge branch 'master' into dependabot/maven/org.json-json-20250107
2 parents 036910a + eedae8f commit 8849f8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [Ariadne](https://wala.github.io/ariadne/)
22

3-
[![Build Status](https://app.travis-ci.com/ponder-lab/ML.svg?branch=master)](https://app.travis-ci.com/ponder-lab/ML) [![Continuous integration](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml)
3+
[![Continuous integration](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ponder-lab/ML/actions/workflows/continuous-integration.yml)
44

55
This is the top level repository for Ariadne code. More information on using the Ariadne tools can be found [here](https://wala.github.io/ariadne/). This repository is code to analyze machine learning code with [WALA]. Currently, the code consists of the analysis of Python (`com.ibm.wala.cast.python`), analysis focused on machine learning in Python (`com.ibm.wala.cast.python.ml`), support for using the analysis via J2EE WebSockets (`com.ibm.wala.cast.python.ml.j2ee`) and their associated test projects.
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3131
<build-alias>b000</build-alias>
3232
<wala.version>1.6.0</wala.version>
33-
<spotless.version>2.43.0</spotless.version>
33+
<spotless.version>2.44.3</spotless.version>
3434
<maven.surefire.version>3.5.2</maven.surefire.version>
3535
<parallel>both</parallel>
3636
<logging.config.file>${maven.multiModuleProjectDirectory}/logging.properties</logging.config.file>

0 commit comments

Comments
 (0)